home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / tetdemo.arj / DEMO_MON.BAT < prev    next >
DOS Batch File  |  1990-11-24  |  121b  |  10 lines

  1. @echo off
  2. sound b8000 > nul
  3.   if %1. == .   goto nopath
  4.   ftf_mono 3 %1\
  5.   goto end
  6. :nopath
  7.   ftf_mono 2
  8. :end
  9.  
  10.